MarketingActionTypeTranslation entities
Name | Type | Is Mandatory |
---|---|---|
MarketingActionTypeTranslationId | String | |
ActionTypeId | Int16 | |
LanguageId | String | |
Label | String | |
MarketingActionType | MarketingActionType | |
Language | Language |
Select all MarketingActionTypeTranslations
https://customerapi.fts-crm360.com/data/MarketingActionTypeTranslations()
HttpMethod : GET
Json Result :
[
{
"MarketingActionTypeTranslationId" : "BFXv5u XqBo71BEf9V",
"ActionTypeId" : "4",
"LanguageId" : "XkI9B ro688WRcCadZ6",
"Label" : "8tnF MKa6"
},
{
"MarketingActionTypeTranslationId" : "Rf 8nc8",
"ActionTypeId" : "4",
"LanguageId" : "5CxasDSpY oAkZE",
"Label" : "o7Bi0 PsxrcVT kdEr"
},
...
]
Select MarketingActionTypeTranslation by Id
https://customerapi.fts-crm360.com/data/MarketingActionTypeTranslations('string key')
HttpMethod : GET
Json Result :
{
"MarketingActionTypeTranslationId" : "LR5BGhxb",
"ActionTypeId" : "3",
"LanguageId" : "sF699f",
"Label" : "01FyDpAm7WjZK73Y1z"
}